-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to EF Core 9.0.0 #1948
Upgrade to EF Core 9.0.0 #1948
Conversation
bbeb2b7
to
f11bfc0
Compare
@lauxjpn Just watch out with the |
89a942b
to
63e5009
Compare
@ChrisJollyAU Thanks, I stumbled across this while upgrading, but thought I had just made a mistake while editing the code. I fixed it now in the entire codebase. |
Yeah, was rather subtle |
35199d0
to
2f7eca5
Compare
…te()` between EF Core 8 and 9 for no good reason.
…s to improve code generation.
…e order of AUTO_INCREMENT columns in a compound primary key, if the column is not the first one in the key. To make this production-ready (especially migration upgrade compatible), further steps need to be taken.
f349757
to
52da718
Compare
…e layout has changed in MariaDB 10.10.1 (breaking change).
52da718
to
faf0b39
Compare
Everything compiles and all of our custom, integration and existing functional tests are green for MySQL 8.
We currently have the following test statistics (in regards to MySQL 8):
We will implement new EF Core 9 features in an upcoming release.
There are a couple of TODOs (marked as
TODO: 9.0
in the codebase) that should be checked/addressed before a GA release.Addresses #1841